home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / program / vbkontrol.exe / MDIFX.ZIP / README.TXT < prev   
Text File  |  1995-07-20  |  2KB  |  70 lines

  1. JMMDI.VBX is a custom control for changing the background of an MDI
  2. control.  
  3.  
  4. In VB you cannot change the background of an MDI form.
  5. If you use a window subclassing control, such as Message Blaster
  6. or Message Hook, you can control the background through
  7. the Windows API - err, well sort of.  Using these controls to paint
  8. the background depends on VB delivering events; something you cannot 
  9. count on.  There are situations, such as while a dialog box is 
  10. display, where VB does not deliver events.
  11.  
  12. The solution to changing the background of an MDI form is a VBX.  The 
  13. MDI effects control is visiable only at design time.
  14.  
  15. The files EXn.EXE are some samples of what you can do with the MDI control.
  16.  
  17. ************************* EVENTS *****************************************
  18.  
  19. The MDI Effect Control has no events.
  20.  
  21. ************************* PROPERTIES *************************************
  22.  
  23. About:  
  24. Displays the About Box
  25.  
  26. Align:  Top or Bottom
  27. This only effects the appearance in design mode.
  28.  
  29. BackColor:
  30. The background color.
  31.  
  32. BackgroundStyle: 0 = Solid | 1 = Gradiant
  33. Determines how the background is displayed.  If the value is zero
  34. the background is a solid.  If it is 1 then the background color
  35. gradually changes from the specified background color to black from
  36. top to bottom.
  37.  
  38. Picture:
  39. A picture that can be displayed in the background.  This can be an 
  40. icon, bitmap, or metafile.
  41.  
  42.  
  43. PictureStyle: 0 = Centered | 1 = Stretched | 2 = Tiled
  44. This determines how a picture the picture is displayed.  It has no
  45. effect if Picture is set to (None).
  46.  
  47. Icons can be Centered or Tiled.
  48. Metafiles are always streched.
  49. Bitmaps can be Centered, Stretched or Tiled.
  50.  
  51. RasterOP
  52. You should leave this at zero.  This property is there just to play with.
  53.  
  54.  
  55. The MDI Effects Control is Shareware.  To receive the registered version
  56. send $18 to:
  57.  
  58. VisualWare, Inc.
  59. 1675 East Main St., Suite 218
  60. Kent OH 44240
  61.  
  62. Report Problems or Comments to:
  63.  
  64. visualware@interramp.com
  65.  
  66. Copyright (c) 1995 VisualWare, Inc.
  67.  
  68.  
  69.  
  70.